home *** CD-ROM | disk | FTP | other *** search
- rem Sample batch file for FileFrwd on an Fido/SEAdog system
- rem
- rem This uses ConfMail, substitute ScanMail/TossMail as needed
- rem
-
- rem run FileFrwd to get any transit files, or files whose
- rem final destination is this system.
-
- FileFrwd -f FileFrwd.Ctl
-
- rem Do the Toss/Scan Stuff
-
- ConfMail Import Areas.BBS -K -N -F ConfMail.Out -a Arce
- if errorlevel 2 goto Severe_Err
- if errorlevel 1 goto Do_Maint
- goto End_Import
-
- :Do_Maint
- ConfMail Maint -F ConfMail.Out
- if errorlevel 2 goto Severe_Err
-
- :End_Import
- ConfMail Export Areas.BBS -M 1000 -G -P E:\Tmp -A Arca
- if errorlevel 2 goto Severe_err
- goto End_Export
-
- :Severe_Err
- Echo Severe Error in ConfMail Processing
-
- :End_Export
-
- rem This pass forwards any files that were just generated...
-
- FileFrwd -f FileFrwd.Ctl
-
- rem
- rem Thats it.....
-